CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 人工智能 书

搜索资源列表

  1. Backtrack_M_C

    0下载:
  2. 回溯算法c++实现,本程序按照《人工智能》一书所介绍的回溯算法求解传教士与野人问题-backtrack algrithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:3383
    • 提供者:liujuan
  1. FEPR

    0下载:
  2. 用于模式识别及人工智能方面的理论工具书,书中介绍了一些典型的特征提取方案及模式分类算法,以及各种神经网络分类器的训练等。-Theoretical tool for pattern recognition and artificial intelligence book, the book describes the typical feature extraction scheme and pattern classification algorithms, as well as a varie
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5643792
    • 提供者:小哥
  1. yizhixu

    0下载:
  2. 人工智能经典书籍,讲诉隐秩序,混沌即有序,说明个体混乱,整体去体现出一种有序性的人工智能入门书。-Classic books of artificial intelligence, speaking v. implicit order to the chaos that is, orderly, individual confusion, as a whole to reflect an ordered AI primer.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3731439
    • 提供者:XuejunYan
  1. 3DGameEngineDesign

    0下载:
  2. 《三维游戏引擎设计与实现》一书中的光盘源码,该书结合作者自主设计并多次获得国家级科研项目资助的CAP引擎的具体设计与实现,介绍三维游戏引擎及其开发过程。《三维游戏引擎设计与实现》具体介绍了蔚戏引擎的构架、三维场景管理模块的设计、渲染器的设计、骨骼动画的设计、粒子特效及编辑器的设计、GUI其编辑器的设计、输入输出模块的设计、网络模块的设计、音效模块的设计、人工智能模块的设计以及引擎总体架构等方西的内容。CAP引擎由C++语言编写,配套光盘中附有该引擎的所有源代码和若干相关的DEM0,以及引擎设计的
  3. 所属分类:Game Engine

    • 发布日期:2017-11-19
    • 文件大小:34925568
    • 提供者:xiaobo
  1. AI.Game.Engine.Programming-code

    1下载:
  2. 《AI游戏引擎程序设计》配书盘,学写C++编写人工智能程序的好书,代码具有较好的重用性 -AI game engine programming, " with book plate, learn Write C++ write the good books of the artificial intelligence program, the code has better reusability
  3. 所属分类:Game Engine

    • 发布日期:2017-11-04
    • 文件大小:61248512
    • 提供者:wang
  1. Artificial-Intelligence-in-game-

    0下载:
  2. 《游戏编程中的人工智能技术》是人工智能游戏编程的一本指南性读物,介绍在游戏开发中怎样应用遗传算法和人工神经网络来创建电脑游戏中所需要的人工智能。书中包含了许多实用例子和源码。《游戏编程中的人工智能技术》适合遗传算法和人工神经网络等人工智能技术的各行业人员,特别是要实际动手做应用开发的人员阅读参考。-Game programming artificial intelligence technology " is a guide to the language of the AI ̴
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:19408896
    • 提供者:白栋天
  1. AI.Techniques.for.Game.Programming

    0下载:
  2. AI Techniques for Game Programming一书的附书源代码,中文名叫游戏编程中的人工智能技术,其中包括遗传算法,神经网络的内容-AI Techniques for Game Programming book source code attached to the book, the Chinese name of the game programming artificial intelligence techniques, including genetic algo
  3. 所属分类:Game Program

    • 发布日期:2017-11-07
    • 文件大小:8571238
    • 提供者:贾斌
  1. search-procedures

    0下载:
  2. 写了几个程序,请拍砖 为了配合人工智能导论课的教学,写了几个关于搜索的程序。 这几个程序的目的,是为了帮助同学学习,因此没有考虑程序 的实现效率,只追求算法的实现思路,力求简单明了,尽可能 与书上的算法描述一致。不知是否能达到这个目的,请大家给 提提意见。 共4个程序: 传教士也野人问题,回溯算法 传教士与野人,A*算法 八数码问题,A*算法 Alpha_Beta剪枝算法 一个txt文件,是Alpha_Beta剪枝程序的数据文件。-Wrot
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:13559
    • 提供者:郑友人
  1. AIMASearch

    0下载:
  2. AIMA一书的全部源代码,包含人工智能领域的常见算法,国外网站下载-all the resource code of the book AIMA . including common algorithms in AI. form abord website.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:36147
    • 提供者:lyqhit
  1. 02Higgins

    0下载:
  2. 人工智能游戏编程真言一书附带的源码,这一章主要讲解A*寻路算法的原理和应用。这是第二个示例,很有参考意义。-AI Game Programming mantra source attached to a book, this chapter the main road on the A* search algorithm and application of the principle. This is the second example, is very useful.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3280
    • 提供者:anmili
  1. 03Higgins

    0下载:
  2. 人工智能游戏编程真言一书附带的源码,这一章主要讲解A*寻路算法的原理和应用。这是第三个示例,很有参考意义。-AI Game Programming mantra source attached to a book, this chapter the main road on the A* search algorithm and application of the principle. This is the third example, is very useful.
  3. 所属分类:Game Program

    • 发布日期:2017-04-08
    • 文件大小:1818
    • 提供者:thefou
  1. 04Higgins

    0下载:
  2. 人工智能游戏编程真言一书附带的源码,这一章主要讲解A*寻路算法的原理和应用。这是第四个示例,很有参考意义。-AI Game Programming mantra source attached to a book, this chapter the main road on the A* search algorithm and application of the principle. This is the fourth example, the meaning of a good refe
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:4005
    • 提供者:efingIt
  1. dennettcanmach

    0下载:
  2. 是一本关于图灵的人工智能的书,很不错的-It is a book about artificial intelligence Turing, very good! !
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:98541
    • 提供者:wxj
  1. rengongzhineng

    0下载:
  2. 这是一本关于人工智能的书,并配合了英文版的书后习题的答案。适用于刚接触人工智能的学生,也能够成为人工智能工程师的工具书。-This is a book about artificial intelligence, and with the English version of the book Exercises answer. Suitable for just contact with the artificial intelligence of the students, but also
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2448413
    • 提供者:丁伟豪
  1. Unity3D-AI--SourceCode

    2下载:
  2. Unity3D人工智能编程精粹 书中实例源码。供学习者使用-Unity3D artificial intelligence programming essence book example source. For learners to use
  3. 所属分类:Game Engine

    • 发布日期:2017-12-12
    • 文件大小:17545
    • 提供者:ljp
  1. 深度学习书

    0下载:
  2. 此书详细的介绍了各种人工智能的方法, 书中基本涵盖所有人工智能的方法,并且包含许多较新的方法。(This book introducing the different methods of deep learning, this book contains all of deep learning method, including some new algorithms.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-08
    • 文件大小:15279104
    • 提供者:永yong
  1. EM算法之三硬币模型:matlab编程实现

    7下载:
  2. EM算法是人工智能十大算法之一。三硬币模型算例出自李航的《统计学习方法》,书中给出了计算结果和简单解说,对于不是学数学的看这种复杂的公式看不懂,我也看了很久才看懂。我用matlab编写的代码,并作了详细的注释。(EM algorithm is one of the ten major algorithms of artificial intelligence. The three coin model is derived from Li Hang's statistical learning
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:27648
    • 提供者:碎风
  1. 机器学习_周志华

    0下载:
  2. 机器学习启蒙书,适合人工智能学习以及刚入门的知识普及(Machine Learning Enlightenment book, suitable for artificial intelligence learning and getting started knowledge popularization)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:9226240
    • 提供者:cykh
  1. Deep Learning with Python

    1下载:
  2. 本书由Keras之父、现任Google人工智能研究员的弗朗索瓦?肖莱(Fran?ois Chollet)执笔,详尽介绍了用Python和Keras进行深度学习的探索实践,涉及计算机视觉、自然语言处理、生成式模型等应用。书中包含30多个代码示例,步骤讲解详细透彻。由于本书立足于人工智能的可达性和大众化,读者无须具备机器学习相关背景知识即可展开阅读。在学习完本书后,读者将具备搭建自己的深度学习环境、建立图像识别模型、生成图像和文字等能力。(Deep Learning with Python intr
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-09-24
    • 文件大小:7308288
    • 提供者:mouth
  1. Python深度学习.pdf+代码

    3下载:
  2. 本书由Keras之父、现任Google人工智能研究员的弗朗索瓦?肖莱(Franc?ois Chollet)执笔,详尽介绍了用Python和Keras进行深度学习的探索实践,包括计算机视觉、自然语言处理、产生式模型等应用。书中包含30多个代码示例,步骤讲解详细透彻。由于本书立足于人工智能的可达性和大众化,读者无须具备机器学习相关背景知识即可展开阅读。在学习完本书后,读者将具备搭建自己的深度学习环境、建立图像识别模型、生成图像和文字等能力。(This book is written by Franc
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-05-22
    • 文件大小:25119744
    • 提供者:wangjindian00
« 1 2 3 4»
搜珍网 www.dssz.com